home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_perl.idb / usr / freeware / catman / p_man / cat3 / ExtUtils::Miniperl.Z / ExtUtils::Miniperl
Encoding:
Text File  |  1998-10-28  |  1.7 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      EEEExxxxttttUUUUttttiiiillllssss::::::::MMMMiiiinnnniiiippppeeeerrrrllll2222((((33333333////))))OOOOcccctttt////99998888    ((((ppppeeeerrrrllll 5555....000000005555,,,, ppppaaaattttcccchhhhEEEExxxx0000tttt2222UUUU))))ttttiiiillllssss::::::::MMMMiiiinnnniiiippppeeeerrrrllll((((3333))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       ExtUtils::Miniperl, writemain    - write    the C code for
  10.       perlmain.c
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.       use ExtUtils::Miniperl;
  14.  
  15.       writemain(@directories);
  16.  
  17.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  18.       This whole module is written when perl itself    is built from
  19.       a script called minimod.PL. In case you want to patch    it,
  20.       please patch minimod.PL in the perl distribution instead.
  21.  
  22.       _w_r_i_t_e_m_a_i_n() takes an argument    list of    directories containing
  23.       archive libraries that relate    to perl    modules    and should be
  24.       linked into a    new perl binary. It writes to STDOUT a
  25.       corresponding    perlmain.c file    that is    a plain    C file
  26.       containing all the bootstrap code to make the    modules
  27.       associated with the libraries    available from within perl.
  28.  
  29.       The typical usage is from within a Makefile generated    by
  30.       ExtUtils::MakeMaker. So under    normal circumstances you won't
  31.       have to deal with this module    directly.
  32.  
  33.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  34.       the _E_x_t_U_t_i_l_s::_M_a_k_e_M_a_k_e_r manpage
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                        (printed 10/23/98)
  64.  
  65.  
  66.  
  67.